From: Glenn Morris Date: Wed, 19 May 2010 02:27:01 +0000 (-0700) Subject: * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~4802^2~64 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7f34aec377794208fb4aecda44c49ff9f11e7d86;p=emacs.git * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK. In any case, ORDINARY_LINK means uses the C compiler as the LINKER, so setting LINKER=cc is redundant. --- diff --git a/src/ChangeLog b/src/ChangeLog index 46346931085..1fbfcb314ef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-05-19 Glenn Morris + + * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK. + 2010-05-18 Chong Yidong * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h index cdb97b7f9fa..9963e5744bf 100644 --- a/src/s/aix4-2.h +++ b/src/s/aix4-2.h @@ -61,11 +61,7 @@ along with GNU Emacs. If not, see . */ /* The kernel symbol where the load average is found is named avenrun. */ #define LDAV_SYMBOL "avenrun" -/* Special itemss needed to make Emacs run on this system. */ - -#ifndef __GNUC__ -#define LINKER cc -#endif +/* Special items needed to make Emacs run on this system. */ /* The following definition seems to be needed in AIX version 3.1.6.8. It may not have been needed in certain earlier versions. */